home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / freemacs.arc / BUILD.BLD < prev    next >
Text File  |  1988-03-17  |  1KB  |  48 lines

  1. mintprim.obj<mintprim.asm, mintdefs.asm
  2.   masm mintprim;
  3.   if errorlevel 1 goto abort
  4. mintscan.obj<mintscan.asm
  5.   masm mintscan;
  6.   if errorlevel 1 goto abort
  7. mintform.obj<mintform.asm, mintdefs.asm
  8.   masm mintform;
  9.   if errorlevel 1 goto abort
  10. emacs.obj<emacs.asm, mintdefs.asm
  11.   masm emacs;
  12.   if errorlevel 1 goto abort
  13. redisp.obj<redisp.asm
  14.   masm redisp;
  15.   if errorlevel 1 goto abort
  16. memory.obj<memory.asm
  17.   masm memory;
  18.   if errorlevel 1 goto abort
  19. pick.obj<pick.asm
  20.   masm pick;
  21.   if errorlevel 1 goto abort
  22. z100.obj<z100.asm,control.asm
  23.   masm z100;
  24.   if errorlevel 1 goto abort
  25. files.obj<files.asm
  26.   masm files;
  27.   if errorlevel 1 goto abort
  28. search.obj<search.asm
  29.   masm search;
  30.   if errorlevel 1 goto abort
  31. marks.obj<marks.asm
  32.   masm marks;
  33.   if errorlevel 1 goto abort
  34. buffers.obj<buffers.asm
  35.   masm buffers;
  36.   if errorlevel 1 goto abort
  37. tredlast.obj<tredlast.asm
  38.   masm tredlast;
  39.   if errorlevel 1 goto abort
  40. mintlast.obj<mintlast.asm
  41.   masm mintlast;
  42.   if errorlevel 1 goto abort
  43. emacs100.exe<mintprim.obj,mintscan.obj,mintform.obj,emacs.obj,redisp.obj,
  44. buffers.obj,z100.obj,pick.obj,files.obj,search.obj,marks.obj,
  45. memory.obj,tredlast.obj,mintlast.obj
  46.   link @emacs100.bll
  47.   :abort
  48.